; pascal OSAError ASInit(ComponentInstance scriptingComponent, long modeFlags, long minStackSize, long preferredStackSize, long maxStackSize, long minHeapSize, long preferredHeapSize, long maxHeapSize)
;
IF ¨ GENERATINGCFM THEN
Macro
_ASInit
move.l #$001C1001,-(sp)
moveq #0,D0
dc.w $A82A
EndM
ELSE
IMPORT_CFM_FUNCTION ASInit
ENDIF
;
; ComponentCallNow(kASSelectInit, 28);
; This call can be used to explicitly initialize AppleScript. If it is
; not called, the a scripting size resource is looked for and used. If
; there is no scripting size resource, then the constants listed below
; are used. If at any stage (the init call, the size resource, the
; defaults) any of these parameters are zero, then parameters from the
; next stage are used. ModeFlags are not currently used.
; Errors:
; errOSASystemError initialization failed
;
;
; These values will be used if ASInit is not called explicitly, or if any